.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.equal-height .featured-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height .box-content {
    flex-grow: 1;
}

.featured-box .custom-box-content {
    border-radius: var(--border-radius2x);
    border-top: 1px solid rgba(0,0,0,.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 0.8rem;
    position: relative;
}